projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a98ca05
)
pull: Fix a memory leak
author
Colin Walters
<walters@verbum.org>
Thu, 28 Jun 2012 19:18:10 +0000
(15:18 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 28 Jun 2012 19:18:10 +0000
(15:18 -0400)
src/ostree/ostree-fetcher.c
patch
|
blob
|
history
diff --git
a/src/ostree/ostree-fetcher.c
b/src/ostree/ostree-fetcher.c
index 0624aae6e6bbcbfe203266e0e5192a18fb9d97e4..c1239cba01f61346d3ef574fa970cdea3e6da43b 100644
(file)
--- a/
src/ostree/ostree-fetcher.c
+++ b/
src/ostree/ostree-fetcher.c
@@
-58,6
+58,7
@@
pending_uri_free (OstreeFetcherPendingURI *pending)
if (pending->refcount > 0)
return;
+ soup_uri_free (pending->uri);
g_clear_object (&pending->self);
g_clear_object (&pending->tmpfile);
g_clear_object (&pending->request);